myers_diff-d ~master (2022-04-28T13:37:56Z)
Dub
Repo
MyersDiff.DiffResult
myers_diff
MyersDiff
Undocumented in source.
template
MyersDiff
(T)
struct
DiffResult {
long
pos
;
EditType
type
;
T
str
;
}
Members
Variables
pos
long
pos
;
Undocumented in source.
str
T
str
;
Undocumented in source.
type
EditType
type
;
Undocumented in source.
Meta
Source
See Implementation
myers_diff
MyersDiff
enums
EditType
functions
formatResult
getDiff
structs
DiffResult